home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / sync / blackj11.zip / SYSOP.DOC < prev   
Text File  |  1996-03-11  |  3KB  |  67 lines

  1.                       Chuckle Box BlackJack - Ver 1.1
  2.                      by Robert Nykvist (Copyright 1996)
  3.  
  4. ┌──────────────────┐
  5. │ FILES IN ARCHIVE │
  6. └──────────────────┘
  7. BLACKJ11 SRC     23920 03-11-96   9:52p   Notated Source Code
  8. BLACKJ11 BIN      7675 03-11-96   9:54p   Compiled Script
  9. FILE_ID  DIZ       336 03-11-96   7:31p   File Description
  10. HISTORY  DOC       713 03-11-96   9:51p   CB Blackjack History
  11. SYSOP    DOC      2820 03-11-96   9:56p   SysOp Documentation.
  12.  
  13.  
  14. ┌──────────────┐
  15. │ INTRODUCTION │
  16. └──────────────┘
  17. CB Blackjack is a simple BAJA script which Users can play for credits.
  18. It's a Low Risk credit gambling script that goes easy on the hard drive.
  19. BLACKJ11.SRC will write to your LOG files, and will change user credits.
  20.  
  21.  
  22. ┌──────────────┐
  23. │ INSTALLATION │
  24. └──────────────┘
  25. Copy the BLACKJ11.SRC file which came with this archive to your
  26. C:\SBBS\EXEC directory.  Use your text editor to make any changes
  27. you deem necessary for it to run on your BBS.  Use Baja to compile
  28. the script.   Run SCFG and goto: EXTERNAL PROGRAMS->ONLINE PROGRAMS menu.
  29. Create BLACKJ11 with the following settings:
  30.  
  31. Startup Directory               C:\SBBS\EXEC
  32. Command Line                    *BLACKJ11
  33. Multiple Concurrent Users       YES
  34. Modify User Data                YES
  35.  
  36. Don't worry about a drop file or swapping out of memory.  Chuckle Box
  37. Blackjack should run great on these settings...no drop file needed since
  38. the BBS is in control.  Or you can easily call the game from any of
  39. your other menu scripts by adding the command:  EXEC_BIN BLACKJ11
  40.  
  41.  
  42. ┌──────────────────┐
  43. │ Programming Note │
  44. └──────────────────┘
  45. This is a script I worked many hours on, in another BBS script language,
  46. and never could get some display bugs out of it.  So far this version
  47. written in BAJA for Synchronet seems to be stable.  Synchronet does pretty
  48. well converting ANSI codes to ASCII for those in ASCII mode.  If CB
  49. Blackjack is messing up with non ANSI callers, simply add ANSI checking
  50. at the top of the script.  Like:  "compare_ars ANSI"
  51.  
  52.  
  53. ┌─────────┐
  54. │ LICENSE │  FREEWARE
  55. └─────────┘
  56. Notated Baja SOURCE included!  The more source you share, the better the
  57. Baja coding will get, and the better the Baja coding gets, the better the
  58. addons.  Feedback, good or bad, would be helpful.  Many thanks to Digital
  59. Man for intently reading feedback, and improving the Baja capability.
  60. If you improve upon this script, please remember share it with me, giving
  61. me credit for the original version.  Thanks.  Send feedback via:
  62.                        DOVEnet:  Chuckles@VERT
  63.                        FidoNET:  Robert Nykvist@1:3625/463
  64.                       InterNET:  robert.nykvist@bytebbs.com
  65.  
  66.    --------------------------------[ END ]----------------------------------
  67.